- color
HipColorf color(float r, float g, float b, float a)
Undocumented in source. Be warned that the author may not have intended to support it.
- color
HipColor color(ubyte r, ubyte g, ubyte b, ubyte a)
Undocumented in source. Be warned that the author may not have intended to support it.
- color
HipColorf color(float[4] c)
Undocumented in source. Be warned that the author may not have intended to support it.
- color
HipColor color(uint c)
Undocumented in source. Be warned that the author may not have intended to support it.
- gradientColor
HipColor gradientColor(HipColorStop[] colorStops, float t)
- packRGBA
uint packRGBA(ubyte r, ubyte g, ubyte b, ubyte a)
Undocumented in source. Be warned that the author may not have intended to support it.
- unpackRGBA
ubyte[4] unpackRGBA(uint rgba)
Undocumented in source. Be warned that the author may not have intended to support it.